isDate

Undocumented in source. Be warned that the author may not have intended to support it.
bool
isDate
(
T = Date
)
if (
is(T == Date) ||
is(T == DateTime)
||
is(T == SysTime)
)

Meta